Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22395 | GEN003410 | SV-45671r1_rule | Medium |
Description |
---|
If the "at" directory has an extended ACL, unauthorized users could be allowed to view or to edit files containing sensitive information within the "at" directory. Unauthorized modifications could result in Denial of Service to authorized "at" jobs. |
STIG | Date |
---|---|
SUSE Linux Enterprise Server v11 for System z | 2016-12-20 |
Check Text ( C-43037r1_chk ) |
---|
Check the permissions of the directory. # ls -lLd /var/spool/at /var/spool/atjobs If the permissions include a '+', the file has an extended ACL. If the file has an extended ACL and it has not been documented with the IAO, this is a finding. |
Fix Text (F-39069r1_fix) |
---|
Remove the extended ACL from the directory. # setfacl --remove-all /var/spool/at /var/spool/atjobs |